PHP SDK

Result Codes

Result Codes

A text string that indicates the success/failure of a request.

Values:

OK Request was successfully actioned
AUTH_PARAMETER_MISSING Parameter(s) required authenitcation are missing
AUTH_PARAMETER_INVALID Parameter(s) required authenitcation are invalid
NO_TO Message recipient(s) not specified
NO_TEXT Message text not specified
NO_TEXT Message text not specified
NO_MSGID MsgId parameter was missing
TOO_MANY_NUMBERS Too many recipient number were specified
INSUFFICIENT_CREDIT Insufficient credit available to complete the request
GATEWAY_ERROR An error occurred on remote gateway (please retry later)
INTERNAL_ERROR An error occurred on remote gateway (please retry later)
INVALID_NUMBER The recipient number is invalid
INVALID_REQUEST The request was invalid
MSGID_INVALID Supplied Message ID not valid
PARAMETER_MISSING Mandatory parameter is missing
PARAMETER_INVALID A supplied parameter is invalid
DAILY_ALLOWANCE_EXCEEDED The configured daily allowance on the AccessKey has been exceeded
MONTHLY_ALLOWANCE_EXCEEDED The configured monthly allowance on the AccessKey has been exceeded
CONNECTION_NOT_SECURE Connection refused as the connection is not secure
ACCOUNT_EXISTS CreateSubaccount - subaccount already exists

<< Back to PHP SDK